home *** CD-ROM | disk | FTP | other *** search
- global gqtvrinstance, nodepict, nodeplan, hiliterect, contentsprite, ghotlist, gactslist, returnlist, copyrectlist, masternodeleftpos, masternodetoppos, masternode, masterangle
-
- on exitFrame
- setreturnframe()
- mycontrolinit()
- initglobals()
- set newarea to rect(masternodeleftpos, masternodetoppos, masternodeleftpos + 6, masternodetoppos + 5)
- set the rect of sprite nodepict to newarea
- if (getProp(returnlist, #flag) = 1) and ((getProp(returnlist, #roomnumber) <> 204) or (getProp(returnlist, #nodeid) <> 4)) then
- set nodeid to getProp(returnlist, #nodeid)
- set r to getAt(copyrectlist, nodeid)
- set hoff to the left of sprite nodeplan
- set voff to the top of sprite nodeplan
- spriteBox(nodepict, getAt(r, 1) + hoff, getAt(r, 2) + voff, getAt(r, 3) + hoff, getAt(r, 4) + voff)
- jumptonode(nodeid)
- else
- jumptonode(masternode, masterangle)
- end if
- qtvrsetvisible(gqtvrinstance, 1)
- end
-
- on mycontrolinit
- set contentsprite to nodeplan
- set hiliterect to 109
- initcontrols()
- installcontrol()
- end
-
- on initglobals
- set ghotlist to []
- set gactslist to []
- end
-